From Real-World Confusion to Mathematical Modeling: Exploring the Origin of Systems of Two Linear Equations
MATH701B-PEP-CNLesson 4
00:00
Imagine you're standing at a theater entrance, holding a stack of cash, facing two types of tickets with different prices. If you only know that 35 tickets were bought in total, you can't determine how many of each type were purchased—this state is mathematically 'undetermined.' Only when you simultaneously consider both the total number of tickets and the total amount spent as independent constraints does the truth emerge. This transition from vague possibilities to a precise, unique solution is precisely the essence of modeling systems of two linear equations.
The Bridge from Language to Algebra
In the first semester of seventh grade, we learned to describe the world using one letter (univariate). But real life is often multidimensional. When two interdependent yet fundamentally different quantities exist, introducing two variables $x$ and $y$ makes thinking remarkably clear.
Step 1: Define Variables
In the 'ticket dilemma,' we let $x$ represent the number of Type A tickets purchased and $y$ the number of Type B tickets. These two variables form our coordinate system for exploration.
Step 2: Identify Dual Equalities
1. Quantity Relation: $x + y = 35$ (the sum of both ticket types equals the total number of people)
2. Economic Relation: $24x + 18y = 750$ (the sum of the total cost of Type A and Type B tickets equals the total expenditure)
Step 3: Combine into a System
Combine these two equations using braces to form the system $\begin{cases} x+y=35 \\ 24x+18y=750 \end{cases}$. This means we seek an ordered pair $(x, y)$ that simultaneously 'balances' both equations on the scale.
🎯 Core Modeling Principle
Modeling isn’t about calculation—it’s about ‘translation.’ Identify the two key nouns in the problem and assign them as variables; then translate the two verb-based descriptions of their relationship into two equations. As long as the constraints are sufficient and independent, the system will always lock onto a single, unique truth.
1. Gather polynomial terms: one $x^2$ square, three $x$ rectangular strips, and two $1 \times 1$ unit squares.
2. Begin geometric assembly.
3. They perfectly form a larger continuous rectangle! Width is $(x+2)$, height is $(x+1)$.
QUESTION 1
A class of 35 students bought tickets priced at 24 yuan and 18 yuan respectively, spending a total of 750 yuan. Let $x$ be the number of Type A tickets and $y$ the number of Type B tickets. Which of the following systems is correct?
$\begin{cases} x+y=35 \\ 24x+18y=750 \end{cases}$
$\begin{cases} x+y=750 \\ 24x+18y=35 \end{cases}$
$\begin{cases} x-y=35 \\ 24x+18y=750 \end{cases}$
$\begin{cases} x+y=35 \\ 18x+24y=750 \end{cases}$ (Incorrect if $x$ represents Type A tickets)
Correct! The first equation reflects conservation of population, and the second reflects conservation of money.
Hint: Check what $x$ and $y$ represent. $x+y$ should equal the total number of people (35), and the sum of unit price multiplied by quantity should equal the total amount (750).
QUESTION 2
A cattle farm originally had 30 large cows and 15 small cows, consuming approximately 675 kg of feed per day. Let $x$ be the daily feed consumption per large cow and $y$ per small cow. Which equation is correct?
$30x + 15y = 675$
$15x + 30y = 675$
$30x - 15y = 675$
$x + y = 675 / 45$
Perfect! This describes the initial state's equality.
Pay attention to variable matching: 30 large cows correspond to $30x$, and 15 small cows to $15y$.
QUESTION 3
Following the previous question, after one week, 12 more large cows and 5 more small cows were purchased, resulting in a daily feed consumption of 940 kg. What is the current equality relation?
$(30+12)x + (15+5)y = 940$
$12x + 5y = 940$
$30x + 15y + 940 = 0$
$42x + 20y = 675 + 940$
Excellent! You must add the newly acquired numbers to the original base before writing the equation.
Hint: After purchase, the total number of large cows becomes $30+12$, and small cows become $15+5$.
QUESTION 4
Solve the system $\begin{cases} x+2y=9 \\ 3x-2y=-1 \end{cases}$, and after eliminating $y$ by 'adding', what equation in $x$ do you obtain?
$4x = 8$
$4x = 10$
$-2x = 8$
$2x = 8$
Correct! $(x + 3x) + (2y - 2y) = 9 + (-1)$, which gives $4x = 8$. This demonstrates the power of elimination.
Hint: Add the left sides of both equations and the right sides separately. Note that $2y$ and $-2y$ cancel out.
QUESTION 5
What is the solution to the system $\begin{cases} x+2y=9 \\ 3x-2y=-1 \end{cases}$?
$\begin{cases} x=2 \\ y=3.5 \end{cases}$
$\begin{cases} x=2 \\ y=3 \end{cases}$
$\begin{cases} x=1 \\ y=4 \end{cases}$
$\begin{cases} x=2.5 \\ y=3.25 \end{cases}$
Correct. From $4x=8$, we get $x=2$. Substituting into the first equation yields $2+2y=9$, so $y=3.5$.
Solution steps: 1. Adding the two equations gives $4x=8 \Rightarrow x=2$; 2. Substitute $x=2$ into either equation to solve for $y$.
QUESTION 6
How many independent equations are typically needed for a system of two linear equations to have a unique solution?
2
1
Infinite
0
Yes! In the bivariate case, two non-parallel constraints are needed to pinpoint a single point.
Think of a balance: one scale (equation) has multiple balancing possibilities, but two scales are needed to lock down the variables.
QUESTION 7
In geometric modeling, if reducing a rectangle’s length by 5 cm and increasing its width by 2 cm results in a square, and we let the original length be $x$ and width $y$, what is the first equation?
$x - 5 = y + 2$
$x + 5 = y - 2$
$x - y = 3$
$x - 5 = y$
Correct! The defining feature of a square is all four sides being equal, so the transformed length must equal the transformed width.
Hint: The property of a square is 'equal side lengths'.
QUESTION 8
If the area of the original rectangle equals that of the resulting square, what is the second equation?
$xy = (x-5)(y+2)$
$xy = x-5 + y+2$
$x+y = (x-5)^2$
$2(x+y) = 4(x-5)$
Correct. The left side is the original rectangle’s area, and the right side is the new square’s area.
The area formula is length times width. The original area is $xy$, and the new area is $(x-5) \times (y+2)$.
QUESTION 9
For a system composed of two equations, what is its physical meaning typically?
Finding solutions that satisfy both conditions simultaneously (intersection)
Finding solutions that satisfy at least one condition (union)
Adding the two equations to form a new equation
Proving these two equations are incorrect
Perfect! This is exactly the philosophical meaning of 'simultaneously combining' equations.
Hint: The braces represent 'and'—both the first and second conditions must hold true.
QUESTION 10
How many solutions does the equation $x + y = 5$ have?
Infinite
1
2
No solution
Correct. Examples include (1,4), (2,3), (0,5), (-1,6), etc. That’s why we need a second equation to pin it down.
Note: As long as there’s no second constraint, any $x$ and $y$ satisfying $x + y = 5$ are valid solutions.
Challenge: Conservation in Geometric Transformation
Advanced Modeling and Logical Application
A rectangular metal sheet, if its length is reduced by $5\text{ cm}$ and width increased by $2\text{ cm}$, becomes a perfect square. Even more astonishingly, the area of this square is exactly equal to that of the original rectangle!
Q1
Let the original rectangle’s length be $x\text{ cm}$ and width $y\text{ cm}$. Based on the condition that it becomes a square after transformation, write the equation.
Detailed Explanation:
According to the definition of a square, all four sides are equal. The transformed length is $(x-5)$, and the transformed width is $(y+2)$.
Thus, the equation is:$x - 5 = y + 2$ (or $x - y = 7$).
Q2
Write the second equation based on 'equal areas,' and attempt to find the original dimensions of the rectangle.
Detailed Explanation:
1. Area Equation:$xy = (x-5)(y+2)$.
2. Solve the system:
From Q1, $x = y + 7$.
Substitute into the area equation: $(y+7)y = (y+7-5)(y+2) \Rightarrow y^2 + 7y = (y+2)^2$.
Expand: $y^2 + 7y = y^2 + 4y + 4 \Rightarrow 3y = 4 \Rightarrow y = \frac{4}{3} \text{ cm}$.
Then $x = \frac{4}{3} + 7 = \frac{25}{3} \text{ cm}$. Conclusion:The original rectangle is $\frac{25}{3}\text{ cm}$ long and $\frac{4}{3}\text{ cm}$ wide.
✨ Key Takeaways
Two variables,set as $x$ and $y$,Two conditions,list two equations.When combined with braces,constraints become unique,Mathematical modeling,logic is clearest!
💡 Equality relations are the soul of modeling
Don’t rush to write equations—first jot down two Chinese equalities on scratch paper, such as 'original count = 35' and 'original total value = 750'.
💡 Variables must have clear physical meaning
When setting $x$ and $y$, always specify units and clarify whether they represent quantity, weight, or length.
💡 Braces are not decorative
Braces mean 'must satisfy both.' If a solution satisfies only one equation, it is not a solution to the system.
💡 Prelude to Elimination
Observe the system—if coefficients of a variable are opposites in both equations, 'adding' is a shortcut to the answer.
💡 Hidden Geometric Conditions
In geometry word problems, 'square' often implies equal side lengths, while 'perimeter' or 'area' are common sources of equalities.